home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Goferwinkel's Adventures - The Lavendar Land
/
Goferwinkel's Adventures - The Lavendar Land.iso
/
setup.inf
< prev
next >
Wrap
Text File
|
1992-11-27
|
2KB
|
47 lines
SetVariable (TitleName, "The Lavender Land") ; Name of the title
SetVariable (TitleFile, "GOFER.EXE") ; Basename of the MVB file
SetVariable (TitleSrcDir, "GOFERWIN\") ; Source subdirectory of the title
GetCurPath (SrcDir) ; Source directory of the Viewer
WindowTitle (<TitleName> " Setup")
SetVariable (InitialInstructions,
"Click on {\b OK} or press {\b Enter} to continue. "
"To abort the setup, click on the {\b Exit} button at the "
"bottom right corner of the screen, or press {\b F3}. ")
IfFileExistsGoto ("SETUP.HLP", AddHelpInstructions)
Goto (DisplayInitialMessage)
AddHelpInstructions:
SetVariable (InitialInstructions,
<InitialInstructions> "You can always obtain help by "
"clicking on the {\b Help} button or pressing {\b F1}. ")
DisplayInitialMessage:
DisplayMessage (
"
This Setup program will install:
Goferwinkel's Adventure in
" <TitleName>
,
<InitialInstructions>)
OpenProgmanProgress (
"Setup is adding Program Manager groups.",
"Please wait while Setup adds {\b Program Manager} groups".)
OpenProgmanGroup ("Multimedia Comic Books") ;; Add the group named after the title
AddProgmanItem ("The Lavender Land",<SrcDir><TitleSrcDir><TitleFile>,<SrcDir><TitleSrcDir>"GOFER.ICO",0)
CloseProgmanProgress ()
End:
SetVariable (Message,
"%nThe Setup program has successfully installed%n
"
<TitleName> ".%n%n")
SetVariable (Message,
<Message> "%nThe advantages of being a registered user are numerous.%n"
"Please send in your Product Registration Card TODAY.")
DisplayMessage (<Message>,
"Click on {\b OK} or press {\b Enter} to return to the "
"Program Manager.")